home *** CD-ROM | disk | FTP | other *** search
- object OpenSaveForm: TOpenSaveForm
- Left = 593
- Top = 204
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'File Attachment'
- ClientHeight = 176
- ClientWidth = 202
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Description: TLabel
- Left = 6
- Top = 20
- Width = 187
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = ' '
- end
- object Label1: TLabel
- Left = 4
- Top = 3
- Width = 186
- Height = 13
- Caption = 'You have chosen to open a file of type:'
- end
- object Label2: TLabel
- Left = 15
- Top = 39
- Width = 85
- Height = 13
- Caption = 'Would you like to:'
- end
- object OKButton: TButton
- Left = 24
- Top = 141
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 0
- OnClick = OKButtonClick
- end
- object CancelButton: TButton
- Left = 104
- Top = 141
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object rgOpenSave: TRadioGroup
- Left = 16
- Top = 54
- Width = 169
- Height = 75
- ItemIndex = 1
- Items.Strings = (
- 'Open it'
- 'Save to file')
- TabOrder = 2
- end
- end
-